extensions: fast-float: babl_lookup(): use 1UL, not just 1
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 19 Aug 2016 17:04:59 +0000 (20:04 +0300)
committerØyvind Kolås <pippin@gimp.org>
Sat, 20 Aug 2016 17:36:37 +0000 (19:36 +0200)
commitde2d56e9c7abe5e581fa2f0abaaabe6b8d0b802c
treeda7bfc6948ea31918cd3dac2761bc71a02290c4f
parent204a65f737c5d2f6356fcf74e685067a2069c57b
extensions: fast-float: babl_lookup(): use 1UL, not just 1

Fixes:

fast-float.c:81:35: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
and
fast-float.c:91:34: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
extensions/fast-float.c